home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr51 / postalbc.zip / POST1.PRG next >
Text File  |  1993-04-17  |  338b  |  25 lines

  1. *  post1.prg  Version 1.0  Released 03-Jul-91
  2.  
  3. * Test driver for POSTALBC.1
  4.  
  5. set talk off
  6. set echo off
  7.  
  8. run copy postalbc.1 postalbc.prg
  9. erase postalbc.dbo
  10.  
  11. set printer on
  12.  
  13. ? "24502-4036= "
  14. do PostalBC with "24502-4036"
  15. ?
  16. ?
  17. ? "24551= "
  18. do PostalBC with "24551"
  19.  
  20. ?? chr(12)
  21.  
  22. set printer off
  23. set talk on
  24. set echo on
  25.